home *** CD-ROM | disk | FTP | other *** search
/ X'Tasies 5 / X'Tasies 5 - Disc 1.iso / mac / Main.Dir / 00079_Quit_Script.ls < prev    next >
Encoding:
Text File  |  1996-09-02  |  158 b   |  11 lines

  1. on mouseDown
  2.   set the visible of sprite 23 to 0
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   set the visible of sprite 23 to 1
  8.   puppetSound(0)
  9.   go(1, "Quit.dir")
  10. end
  11.